Mathlib Map

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.

  • Equivstatement · cited by 8,337
  • Sym2statement and proof · cited by 737
  • Sym2.mkproof · cited by 332

Cited by16

Results whose statement or proof uses this declaration.