Skip to content
Snippets Groups Projects
Commit 151dda05 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

The unbounded fractional authoritative camera.

The unbounded fractional authoritative camera is a version of the fractional
authoritative camera that can be used with fractions `> 1`.

Most of the reasoning principles for this version of the fractional
authoritative cameras are the same as for the original version. There are two
difference:

- We get the additional rule that can be used to allocate a "surplus", i.e.
  if we have the authoritative element we can always increase its fraction
  and allocate a new fragment.

      ✓ (a ⋅ b) → ●U{p} a ~~> ●U{p + q} (a ⋅ b) ⋅ ◯U{q} b

- At the cost of that, we no longer have the `◯U{1} a` is an exclusive
  fragmental element (cf. `frac_auth_frag_validN_op_1_l`).
parent 8ebe1485
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment