pub struct TriangleIdentity;Expand description
Proof term: both cancellation paths from (A⊗I)⊗B to A⊗B coincide.
- left path:
ρ_A ⊗ id_B - right path:
α_{A,I,B} ; (id_A ⊗ λ_B)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TriangleIdentity
impl RefUnwindSafe for TriangleIdentity
impl Send for TriangleIdentity
impl Sync for TriangleIdentity
impl Unpin for TriangleIdentity
impl UnsafeUnpin for TriangleIdentity
impl UnwindSafe for TriangleIdentity
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