Theorems · Definition · combinatorics
Sym2.lift
{α : Type u_1} → {β : Type u_2} → { f // ∀ (a₁ a₂ : α), f a₁ a₂ = f a₂ a₁ } ≃ (Sym2 α → β)The universal property of Sym2; symmetric functions of two arguments are equivalent to
functions from Sym2. Note that when β is Prop, it can sometimes be more convenient to use
Sym2.fromRel instead.
- Defined in
- Mathlib.Data.Sym.Sym2
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by16
Results whose statement or proof uses this declaration.
- Sym2.IsDiagproof · cited by 43
- Sym2.fromRelproof · cited by 33
- SimpleGraph.IsBridgeproof · cited by 30
- QuadraticMap.polarSym2proof · cited by 11
- Sym2.mulproof · cited by 7
- Sym2.infproof · cited by 4
- Sym2.supproof · cited by 4
- Sym2.toMultisetproof · cited by 3
- Sym2.addproof · cited by 1
- SimpleGraph.Walk.IsChordproof · cited by 1
- SimpleGraph.IsBridge.nontrivialproof · cited by 1
- Sym2.lift_comp_mapstatement and proof · cited by 1