Theorems · Theorem
Equiv.traverse_def
∀ {t t' : Type u → Type u} (eqv : (α : Type u) → t α ≃ t' α) [inst : Traversable t] {m : Type u → Type u}
[inst_1 : Applicative m] {α β : Type u} (f : α → m β) (x : t' α),
Equiv.traverse eqv f x = ⇑(eqv β) <$> traverse f ((eqv α).symm x)- Defined in
- Mathlib.Control.Traversable.Equiv
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses Quot.sound
- Assumes
- TraversableApplicative
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Equivstatement and proof · cited by 8,337
- Equiv.symmstatement · cited by 3,681
- Traversable.traversestatement · cited by 53
- Traversablestatement and proof · cited by 38
- Equiv.traversestatement · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Equiv.comp_traverseproof · cited by 2