Theorems · Theorem
Equiv.isLawfulTraversable
∀ {t t' : Type u → Type u} (eqv : (α : Type u) → t α ≃ t' α) [inst : Traversable t] [LawfulTraversable t],
LawfulTraversable t'The fact that t is a lawful traversable functor carries over the
equivalences to t', with the traversable functor structure given by
Equiv.traversable.
- Defined in
- Mathlib.Control.Traversable.Equiv
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
- Assumes
- TraversableLawfulTraversable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement and proof · cited by 8,337
- Traversablestatement and proof · cited by 38
- LawfulTraversablestatement and proof · cited by 37
- Equiv.comp_traverseproof · cited by 2
- Equiv.traverse_eq_map_idproof · cited by 2
- Equiv.naturalityproof · cited by 2
- Equiv.id_traverseproof · cited by 2
- Equiv.lawfulFunctorproof · cited by 2
- Equiv.traversablestatement and proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.