Theorems · Theorem · algebraic topology
GenLoop.transAt_distrib
∀ {N : Type u_1} {X : Type u_2} [inst : TopologicalSpace X] {x : X} [inst_1 : DecidableEq N] {i j : N},
i ≠ j →
∀ (a b c d : ↑(GenLoop N X x)),
GenLoop.transAt i (GenLoop.transAt j a b) (GenLoop.transAt j c d) =
GenLoop.transAt j (GenLoop.transAt i a c) (GenLoop.transAt i b d)- Defined in
- Mathlib.Topology.Homotopy.HomotopyGroup
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemstatement and proof · cited by 7,166
- ContinuousMapstatement · cited by 2,491
- unitIntervalstatement and proof · cited by 607
- DFunLikeproof · cited by 576
- Function.updateproof · cited by 502
- Set.projIccproof · cited by 56
- GenLoopstatement and proof · cited by 44
- Function.update_applyproof · cited by 23
Cited by1
Results whose statement or proof uses this declaration.
- HomotopyGroup.auxGroup_indepproof · cited by 2