pub struct ProgressComplex3 {
pub n: usize,
pub m: usize,
pub p: usize,
/* private fields */
}Expand description
The progress complex of three processes of lengths n, m, p — a 3D grid of states, filled
with solid 3-cells (cubes) where all three steps commute, except forbidden cells. Climbing one
homotopy dimension: a forbidden core now leaves a hollow 2-sphere, so β₂ = π₂ ≠ 0 — the first
genuine π₂ the tower produces (not just admits). Adding a process climbs a rung; the limit of
“one more process, one more dimension” is the ∞-groupoid the ladder points at.
Fields§
§n: usize§m: usize§p: usizeImplementations§
Auto Trait Implementations§
impl Freeze for ProgressComplex3
impl RefUnwindSafe for ProgressComplex3
impl Send for ProgressComplex3
impl Sync for ProgressComplex3
impl Unpin for ProgressComplex3
impl UnsafeUnpin for ProgressComplex3
impl UnwindSafe for ProgressComplex3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more