Loogle!
Result
Found 199 declarations mentioning Sym2.mk.
- Sym2.mk π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_4} (a b : Ξ±) : Sym2 Ξ± - Sym2.eq_swap π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b : Ξ±} : s(a, b) = s(b, a) - Sym2.mk_isDiag_iff π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {x y : Ξ±} : s(x, y).IsDiag β x = y - Sym2.mk_surjective π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} : Function.Surjective (Function.uncurry Sym2.mk) - Sym2.ind π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {f : Sym2 Ξ± β Prop} (h : β (x y : Ξ±), f s(x, y)) (i : Sym2 Ξ±) : f i - Sym2.inductionOn π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {f : Sym2 Ξ± β Prop} (i : Sym2 Ξ±) (hf : β (x y : Ξ±), f s(x, y)) : f i - Sym2.forall π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_4} {f : Sym2 Ξ± β Prop} : (β (x : Sym2 Ξ±), f x) β β (x y : Ξ±), f s(x, y) - Sym2.fst_out_mk_self π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {x : Ξ±} : (Quot.out s(x, x)).1 = x - Sym2.mem_mk_left π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} (x y : Ξ±) : x β s(x, y) - Sym2.mem_mk_right π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} (x y : Ξ±) : y β s(x, y) - Sym2.snd_out_mk_self π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {x : Ξ±} : (Quot.out s(x, x)).2 = x - Sym2.diagElem_mk π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b : Ξ±} (h : s(a, b).IsDiag) : s(a, b).diagElem h = a - Sym2.congr_left π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b c : Ξ±} : s(b, a) = s(c, a) β b = c - Sym2.congr_right π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b c : Ξ±} : s(a, b) = s(a, c) β b = c - Sym2.mem_iff' π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b c : Ξ±} : Sym2.Mem a s(b, c) β a = b β¨ a = c - Sym2.exists π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_4} {f : Sym2 Ξ± β Prop} : (β x, f x) β β x y, f s(x, y) - Sym2.map_mk π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} (f : Ξ± β Ξ²) (a b : Ξ±) : Sym2.map f s(a, b) = s(f a, f b) - Sym2.recOnSubsingleton π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {motive : Sym2 Ξ± β Sort u_4} [β (a b : Ξ±), Subsingleton (motive s(a, b))] (z : Sym2 Ξ±) (f : (a b : Ξ±) β motive s(a, b)) : motive z - Sym2.add_mk π Mathlib.Data.Sym.Sym2
{M : Type u_4} [AddCommMagma M] (a b : M) : s(a, b).add = a + b - Sym2.mul_mk π Mathlib.Data.Sym.Sym2
{M : Type u_4} [CommMagma M] (a b : M) : s(a, b).mul = a * b - Sym2.toRel_prop π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} (s : Set (Sym2 Ξ±)) (x y : Ξ±) : Sym2.ToRel s x y β s(x, y) β s - Sym2.inductionOnβ π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {f : Sym2 Ξ± β Sym2 Ξ² β Prop} (i : Sym2 Ξ±) (j : Sym2 Ξ²) (hf : β (aβ aβ : Ξ±) (bβ bβ : Ξ²), f s(aβ, aβ) s(bβ, bβ)) : f i j - Sym2.mkEmbedding_apply π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} (a b : Ξ±) : (Sym2.mkEmbedding a) b = s(a, b) - Set.sym2_singleton π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} (a : Ξ±) : {a}.sym2 = {s(a, a)} - Sym2.exact π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b c d : Ξ±} (h : s(a, b) = s(c, d)) : Sym2.Rel Ξ± (a, b) (c, d) - Sym2.mem_iff_exists π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {x : Ξ±} {z : Sym2 Ξ±} : x β z β β y, z = s(x, y) - Sym2.other_spec π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a : Ξ±} {z : Sym2 Ξ±} (h : a β z) : s(a, Sym2.Mem.other h) = z - Sym2.sound π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b c d : Ξ±} (h : Sym2.Rel Ξ± (a, b) (c, d)) : s(a, b) = s(c, d) - Sym2.ball π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {p : Ξ± β Prop} {a b : Ξ±} : (β c β s(a, b), p c) β p a β§ p b - Sym2.eq π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b c d : Ξ±} : s(a, b) = s(c, d) β Sym2.Rel Ξ± (a, b) (c, d) - Sym2.forall_mem_pair π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {P : Ξ± β Prop} {a b : Ξ±} : (β x β s(a, b), P x) β P a β§ P b - Sym2.mem_iff π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {a b c : Ξ±} : a β s(b, c) β a = b β¨ a = c - Sym2.coe_mk π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {x y : Ξ±} : βs(x, y) = {x, y} - Sym2.fromRel_prop π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {r : Ξ± β Ξ± β Prop} {sym : Std.Symm r} {a b : Ξ±} : s(a, b) β Sym2.fromRel sym β r a b - Sym2.toFinset_mk_eq π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} [DecidableEq Ξ±] {x y : Ξ±} : s(x, y).toFinset = {x, y} - Sym2.other_spec' π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} [DecidableEq Ξ±] {a : Ξ±} {z : Sym2 Ξ±} (h : a β z) : s(a, Sym2.Mem.other' h) = z - Sym2.hrec π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {motive : Sym2 Ξ± β Sort u_4} (f : (a b : Ξ±) β motive s(a, b)) (h : β (a b : Ξ±), f a b β f b a) (z : Sym2 Ξ±) : motive z - Sym2.eq_iff π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {x y z w : Ξ±} : s(x, y) = s(z, w) β x = z β§ y = w β¨ x = w β§ y = z - Set.sym2_eq_mk_image π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {s : Set Ξ±} : s.sym2 = Function.uncurry Sym2.mk '' s ΓΛ’ s - Set.mk_preimage_sym2 π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {s : Set Ξ±} : Function.uncurry Sym2.mk β»ΒΉ' s.sym2 = s ΓΛ’ s - Set.mk_mem_sym2_iff π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {s : Set Ξ±} {x y : Ξ±} : s(x, y) β s.sym2 β x β s β§ y β s - Sym2.mem_and_mem_iff π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {x y : Ξ±} {z : Sym2 Ξ±} (hne : x β y) : x β z β§ y β z β z = s(x, y) - Set.sym2_insert π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} (a : Ξ±) (s : Set Ξ±) : (insert a s).sym2 = (fun b => s(a, b)) '' insert a s βͺ s.sym2 - Sym2.mk_eq_mk_iff π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {p q : Ξ± Γ Ξ±} : s(p.1, p.2) = s(q.1, q.2) β p = q β¨ p = q.swap - Sym2.fromRelNdrec_mk π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {r : Ξ± β Ξ± β Prop} {motive : Sort u_4} {sym : Std.Symm r} {a b : Ξ±} (hz : r a b) (f : (a b : Ξ±) β r a b β motive) (h : β (a b : Ξ±) (h : r a b), f a b h = f b a β―) : Sym2.fromRelNdrec s(a, b) hz f h = f a b hz - Sym2.pmap_pair π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {P : Ξ± β Prop} (f : (a : Ξ±) β P a β Ξ²) (a b : Ξ±) (h : β x β s(a, b), P x) : Sym2.pmap f s(a, b) h = s(f a β―, f b β―) - Sym2.rec π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {motive : Sym2 Ξ± β Sort u_4} (f : (a b : Ξ±) β motive s(a, b)) (h : β (a b c d : Ξ±) (h : Sym2.Rel Ξ± (a, b) (c, d)), β― βΈ f a b = f c d) (z : Sym2 Ξ±) : motive z - Sym2.recOn π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {motive : Sym2 Ξ± β Sort u_4} (z : Sym2 Ξ±) (f : (a b : Ξ±) β motive s(a, b)) (h : β (a b c d : Ξ±) (h : Sym2.Rel Ξ± (a, b) (c, d)), β― βΈ f a b = f c d) : motive z - Sym2.pair_eq_pmap π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {P : Ξ± β Prop} (f : (a : Ξ±) β P a β Ξ²) (a b : Ξ±) (h : P a) (h' : P b) : s(f a h, f b h') = Sym2.pmap f s(a, b) β― - Sym2.filter_image_mk_isDiag π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} [DecidableEq Ξ±] (s : Finset Ξ±) : {x β Finset.image (Function.uncurry Sym2.mk) (s ΓΛ’ s) | x.IsDiag} = Finset.image (Function.uncurry Sym2.mk) s.diag - Sym2.filter_image_mk_not_isDiag π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} [DecidableEq Ξ±] (s : Finset Ξ±) : {x β Finset.image (Function.uncurry Sym2.mk) (s ΓΛ’ s) | Β¬x.IsDiag} = Finset.image (Function.uncurry Sym2.mk) s.offDiag - Sym2.coe_lift_symm_apply π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} (F : Sym2 Ξ± β Ξ²) (aβ aβ : Ξ±) : β(Sym2.lift.symm F) aβ aβ = F s(aβ, aβ) - Sym2.lift_mk π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} (f : { f // β (aβ aβ : Ξ±), f aβ aβ = f aβ aβ }) (a b : Ξ±) : Sym2.lift f s(a, b) = βf a b - Sym2.coe_liftβ_symm_apply π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} (F : Sym2 Ξ± β Sym2 Ξ² β Ξ³) (aβ aβ : Ξ±) (bβ bβ : Ξ²) : β(Sym2.liftβ.symm F) aβ aβ bβ bβ = F s(aβ, aβ) s(bβ, bβ) - Sym2.liftβ_mk π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} (f : { f // β (aβ aβ : Ξ±) (bβ bβ : Ξ²), f aβ aβ bβ bβ = f aβ aβ bβ bβ β§ f aβ aβ bβ bβ = f aβ aβ bβ bβ }) (aβ aβ : Ξ±) (bβ bβ : Ξ²) : Sym2.liftβ f s(aβ, aβ) s(bβ, bβ) = βf aβ aβ bβ bβ - Equiv.sigmaFiberFromRel_apply π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {r : Ξ± β Ξ± β Prop} (sym : Std.Symm r) {f : Ξ± β Ξ²} (hf : r β€ β(Setoid.ker f)) (z : β(Sym2.fromRel sym)) : (Equiv.sigmaFiberFromRel sym hf) z = Sym2.fromRelNdrec βz β― (fun aβ aβ h => β¨f aβ, β¨s(β¨aβ, β―β©, β¨aβ, β―β©), hβ©β©) β― - Equiv.sigmaQuotFromRel_apply π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {r : Ξ± β Ξ± β Prop} (sym : Std.Symm r) {r' : Ξ² β Ξ² β Prop} (f : r βr r') (z : β(Sym2.fromRel sym)) : (Equiv.sigmaQuotFromRel sym f) z = Sym2.fromRelNdrec βz β― (fun aβ aβ h => β¨Quot.mk r' (f aβ), β¨s(β¨aβ, β―β©, β¨aβ, β―β©), hβ©β©) β― - Equiv.sigmaQuotientFromRel_apply π Mathlib.Data.Sym.Sym2
{Ξ± : Type u_1} {Ξ² : Type u_2} {r : Ξ± β Ξ± β Prop} (sym : Std.Symm r) {r' : Setoid Ξ²} (f : r βr βr') (z : β(Sym2.fromRel sym)) : (Equiv.sigmaQuotientFromRel sym f) z = Sym2.fromRelNdrec βz β― (fun aβ aβ h => β¨β¦f aββ§, β¨s(β¨aβ, β―β©, β¨aβ, β―β©), hβ©β©) β― - List.map_mk_sublist_sym2 π Mathlib.Data.List.Sym
{Ξ± : Type u_1} (x : Ξ±) (xs : List Ξ±) (h : x β xs) : (List.map (fun y => s(x, y)) xs).Sublist xs.sym2 - List.left_mem_of_mk_mem_sym2 π Mathlib.Data.List.Sym
{Ξ± : Type u_1} {xs : List Ξ±} {a b : Ξ±} (h : s(a, b) β xs.sym2) : a β xs - List.map_mk_disjoint_sym2 π Mathlib.Data.List.Sym
{Ξ± : Type u_1} (x : Ξ±) (xs : List Ξ±) (h : x β xs) : (List.map (fun y => s(x, y)) xs).Disjoint xs.sym2 - List.right_mem_of_mk_mem_sym2 π Mathlib.Data.List.Sym
{Ξ± : Type u_1} {xs : List Ξ±} {a b : Ξ±} (h : s(a, b) β xs.sym2) : b β xs - List.mk_mem_sym2 π Mathlib.Data.List.Sym
{Ξ± : Type u_1} {xs : List Ξ±} {a b : Ξ±} (ha : a β xs) (hb : b β xs) : s(a, b) β xs.sym2 - List.mk_mem_sym2_iff π Mathlib.Data.List.Sym
{Ξ± : Type u_1} {xs : List Ξ±} {a b : Ξ±} : s(a, b) β xs.sym2 β a β xs β§ b β xs - List.mem_sym2_cons_iff π Mathlib.Data.List.Sym
{Ξ± : Type u_1} {x : Ξ±} {xs : List Ξ±} {z : Sym2 Ξ±} : z β (x :: xs).sym2 β z = s(x, x) β¨ (β y β xs, z = s(x, y)) β¨ z β xs.sym2 - Multiset.mk_mem_sym2_iff π Mathlib.Data.Multiset.Sym
{Ξ± : Type u_1} {m : Multiset Ξ±} {a b : Ξ±} : s(a, b) β m.sym2 β a β m β§ b β m - Multiset.sym2_cons π Mathlib.Data.Multiset.Sym
{Ξ± : Type u_1} (a : Ξ±) (m : Multiset Ξ±) : (a ::β m).sym2 = Multiset.map (fun b => s(a, b)) (a ::β m) + m.sym2 - Finset.isDiag_mk_of_mem_diag π Mathlib.Data.Finset.Sym
{Ξ± : Type u_1} {s : Finset Ξ±} {a b : Ξ±} (h : (a, b) β s.diag) : s(a, b).IsDiag - Finset.not_isDiag_mk_of_mem_offDiag π Mathlib.Data.Finset.Sym
{Ξ± : Type u_1} {s : Finset Ξ±} {a b : Ξ±} (h : (a, b) β s.offDiag) : Β¬s(a, b).IsDiag - Finset.sym2_eq_image π Mathlib.Data.Finset.Sym
{Ξ± : Type u_1} {s : Finset Ξ±} [DecidableEq Ξ±] : s.sym2 = Finset.image (Function.uncurry Sym2.mk) (s ΓΛ’ s) - Finset.mk_mem_sym2_iff π Mathlib.Data.Finset.Sym
{Ξ± : Type u_1} {s : Finset Ξ±} {a b : Ξ±} : s(a, b) β s.sym2 β a β s β§ b β s - Finset.sym2_insert π Mathlib.Data.Finset.Sym
{Ξ± : Type u_1} [DecidableEq Ξ±] (a : Ξ±) (s : Finset Ξ±) : (insert a s).sym2 = Finset.image (fun b => s(a, b)) (insert a s) βͺ s.sym2 - Finset.image_diag_union_image_offDiag π Mathlib.Data.Finset.Sym
{Ξ± : Type u_1} {s : Finset Ξ±} [DecidableEq Ξ±] : Finset.image (Function.uncurry Sym2.mk) s.diag βͺ Finset.image (Function.uncurry Sym2.mk) s.offDiag = s.sym2 - Sym2.inf_mk π Mathlib.Data.Sym.Sym2.Order
{Ξ± : Type u_1} [SemilatticeInf Ξ±] (a b : Ξ±) : s(a, b).inf = a β b - Sym2.sup_mk π Mathlib.Data.Sym.Sym2.Order
{Ξ± : Type u_1} [SemilatticeSup Ξ±] (a b : Ξ±) : s(a, b).sup = a β b - Sym2.sortEquiv_symm_apply π Mathlib.Data.Sym.Sym2.Order
{Ξ± : Type u_1} [LinearOrder Ξ±] (p : { p // p.1 β€ p.2 }) : Sym2.sortEquiv.symm p = s((βp).1, (βp).2) - Finset.sum_sym2_filter_not_isDiag π Mathlib.Algebra.BigOperators.Sym
{ΞΉ : Type u_1} {M : Type u_2} [LinearOrder ΞΉ] [AddCommMonoid M] (s : Finset ΞΉ) (p : Sym2 ΞΉ β M) : β i β s.sym2 with Β¬i.IsDiag, p i = β i β s.offDiag with i.1 < i.2, p s(i.1, i.2) - QuadraticMap.polarSym2_sym2Mk π Mathlib.LinearAlgebra.QuadraticForm.Basic
{M : Type u_4} {N : Type u_5} [AddCommGroup M] [AddCommGroup N] (f : M β N) (x y : M) : QuadraticMap.polarSym2 f s(x, y) = QuadraticMap.polar f x y - Sym2.GameAdd.fst π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {aβ aβ b : Ξ±} (h : rΞ± aβ aβ) : Sym2.GameAdd rΞ± s(aβ, b) s(aβ, b) - Sym2.GameAdd.fst_snd π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {aβ aβ b : Ξ±} (h : rΞ± aβ aβ) : Sym2.GameAdd rΞ± s(aβ, b) s(b, aβ) - Sym2.GameAdd.snd π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {a bβ bβ : Ξ±} (h : rΞ± bβ bβ) : Sym2.GameAdd rΞ± s(a, bβ) s(a, bβ) - Sym2.GameAdd.snd_fst π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {aβ aβ b : Ξ±} (h : rΞ± aβ aβ) : Sym2.GameAdd rΞ± s(b, aβ) s(aβ, b) - Acc.sym2_gameAdd π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {a b : Ξ±} (ha : Acc rΞ± a) (hb : Acc rΞ± b) : Acc (Sym2.GameAdd rΞ±) s(a, b) - Prod.GameAdd.to_sym2 π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {aβ aβ bβ bβ : Ξ±} (h : Prod.GameAdd rΞ± rΞ± (aβ, bβ) (aβ, bβ)) : Sym2.GameAdd rΞ± s(aβ, bβ) s(aβ, bβ) - Sym2.GameAdd.fix π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {C : Ξ± β Ξ± β Sort u_3} (hr : WellFounded rΞ±) (IH : (aβ bβ : Ξ±) β ((aβ bβ : Ξ±) β Sym2.GameAdd rΞ± s(aβ, bβ) s(aβ, bβ) β C aβ bβ) β C aβ bβ) (a b : Ξ±) : C a b - Sym2.GameAdd.induction π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± C : Ξ± β Ξ± β Prop} : WellFounded rΞ± β (β (aβ bβ : Ξ±), (β (aβ bβ : Ξ±), Sym2.GameAdd rΞ± s(aβ, bβ) s(aβ, bβ) β C aβ bβ) β C aβ bβ) β β (a b : Ξ±), C a b - Sym2.GameAdd.recursion π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {C : Ξ± β Ξ± β Sort u_3} (hr : WellFounded rΞ±) (IH : (aβ bβ : Ξ±) β ((aβ bβ : Ξ±) β Sym2.GameAdd rΞ± s(aβ, bβ) s(aβ, bβ) β C aβ bβ) β C aβ bβ) (a b : Ξ±) : C a b - Sym2.gameAdd_mk'_iff π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {aβ aβ bβ bβ : Ξ±} : Sym2.GameAdd rΞ± s(aβ, bβ) s(aβ, bβ) β Prod.GameAdd rΞ± rΞ± (aβ, bβ) (aβ, bβ) β¨ Prod.GameAdd rΞ± rΞ± (bβ, aβ) (aβ, bβ) - Sym2.gameAdd_iff π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {x y : Ξ± Γ Ξ±} : Sym2.GameAdd rΞ± s(x.1, x.2) s(y.1, y.2) β Prod.GameAdd rΞ± rΞ± x y β¨ Prod.GameAdd rΞ± rΞ± x.swap y - Sym2.GameAdd.fix_eq π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {C : Ξ± β Ξ± β Sort u_3} (hr : WellFounded rΞ±) (IH : (aβ bβ : Ξ±) β ((aβ bβ : Ξ±) β Sym2.GameAdd rΞ± s(aβ, bβ) s(aβ, bβ) β C aβ bβ) β C aβ bβ) (a b : Ξ±) : Sym2.GameAdd.recursion hr IH a b = IH a b fun a' b' x => Sym2.GameAdd.recursion hr IH a' b' - Sym2.GameAdd.recursion_eq π Mathlib.Order.GameAdd
{Ξ± : Type u_1} {rΞ± : Ξ± β Ξ± β Prop} {C : Ξ± β Ξ± β Sort u_3} (hr : WellFounded rΞ±) (IH : (aβ bβ : Ξ±) β ((aβ bβ : Ξ±) β Sym2.GameAdd rΞ± s(aβ, bβ) s(aβ, bβ) β C aβ bβ) β C aβ bβ) (a b : Ξ±) : Sym2.GameAdd.recursion hr IH a b = IH a b fun a' b' x => Sym2.GameAdd.recursion hr IH a' b' - Sym2.card_image_diag π Mathlib.Data.Sym.Card
{Ξ± : Type u_1} [DecidableEq Ξ±] (s : Finset Ξ±) : (Finset.image (Function.uncurry Sym2.mk) s.diag).card = s.card - Sym2.card_image_offDiag π Mathlib.Data.Sym.Card
{Ξ± : Type u_1} [DecidableEq Ξ±] (s : Finset Ξ±) : (Finset.image (Function.uncurry Sym2.mk) s.offDiag).card = s.card.choose 2 - Sym2.two_mul_card_image_offDiag π Mathlib.Data.Sym.Card
{Ξ± : Type u_1} [DecidableEq Ξ±] (s : Finset Ξ±) : 2 * (Finset.image (Function.uncurry Sym2.mk) s.offDiag).card = s.offDiag.card - SimpleGraph.mem_edgeSet π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {v w : V} : s(v, w) β G.edgeSet β G.Adj v w - SimpleGraph.mem_incidenceSet π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) (v w : V) : s(v, w) β G.incidenceSet v β G.Adj v w - SimpleGraph.mk'_mem_incidenceSet_left_iff π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {a b : V} : s(a, b) β G.incidenceSet a β G.Adj a b - SimpleGraph.mk'_mem_incidenceSet_right_iff π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {a b : V} : s(a, b) β G.incidenceSet b β G.Adj a b - SimpleGraph.adj_congr_of_sym2 π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {u v w x : V} (h : s(u, v) = s(w, x)) : G.Adj u v β G.Adj w x - SimpleGraph.fromEdgeSet_adj π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} {v w : V} (s : Set (Sym2 V)) : (SimpleGraph.fromEdgeSet s).Adj v w β s(v, w) β s β§ v β w - SimpleGraph.mem_incidence_iff_neighbor π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {v w : V} : s(v, w) β G.incidenceSet v β w β G.neighborSet v - SimpleGraph.mk'_mem_incidenceSet_iff π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {a b c : V} : s(b, c) β G.incidenceSet a β G.Adj b c β§ (a = b β¨ a = c) - SimpleGraph.incidenceSet_inter_incidenceSet_of_adj π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {a b : V} (h : G.Adj a b) : G.incidenceSet a β© G.incidenceSet b = {s(a, b)} - SimpleGraph.incidenceSet_inter_incidenceSet_subset π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) {a b : V} (h : a β b) : G.incidenceSet a β© G.incidenceSet b β {s(a, b)} - SimpleGraph.adj_iff_exists_edge_coe π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} {G : SimpleGraph V} {a b : V} : G.Adj a b β β e, βe = s(a, b) - SimpleGraph.incidence_other_neighbor_edge π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) [DecidableEq V] {v w : V} (h : w β G.neighborSet v) : G.otherVertexOfIncident β― = w - SimpleGraph.incidenceSetEquivNeighborSet_symm_apply_coe π Mathlib.Combinatorics.SimpleGraph.Basic
{V : Type u} (G : SimpleGraph V) [DecidableEq V] (v : V) (w : β(G.neighborSet v)) : β((G.incidenceSetEquivNeighborSet v).symm w) = s(v, βw) - SimpleGraph.Dart.edge_mk π Mathlib.Combinatorics.SimpleGraph.Dart
{V : Type u_1} {G : SimpleGraph V} {p : V Γ V} (h : G.Adj p.1 p.2) : { toProd := p, adj := h }.edge = s(p.1, p.2) - SimpleGraph.dart_edge_eq_mk'_iff π Mathlib.Combinatorics.SimpleGraph.Dart
{V : Type u_1} {G : SimpleGraph V} {d : G.Dart} {u v : V} : d.edge = s(u, v) β d.toProd = (u, v) β¨ d.toProd = (v, u) - SimpleGraph.dart_edge_eq_mk'_iff' π Mathlib.Combinatorics.SimpleGraph.Dart
{V : Type u_1} {G : SimpleGraph V} {d : G.Dart} {u v : V} : d.edge = s(u, v) β d.toProd.1 = u β§ d.toProd.2 = v β¨ d.toProd.1 = v β§ d.toProd.2 = u - SimpleGraph.deleteEdges_adj π Mathlib.Combinatorics.SimpleGraph.DeleteEdges
{V : Type u_1} {v w : V} {G : SimpleGraph V} {s : Set (Sym2 V)} : (G.deleteEdges s).Adj v w β G.Adj v w β§ s(v, w) β s - SimpleGraph.Subgraph.mem_edgeSet π Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} {G : SimpleGraph V} {G' : G.Subgraph} {v w : V} : s(v, w) β G'.edgeSet β G'.Adj v w - SimpleGraph.Subgraph.adj_congr_of_sym2 π Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} {G : SimpleGraph V} {H : G.Subgraph} {u v w x : V} (h2 : s(u, v) = s(w, x)) : H.Adj u v β H.Adj w x - SimpleGraph.edgeSet_subgraphOfAdj π Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} {G : SimpleGraph V} {v w : V} (hvw : G.Adj v w) : (G.subgraphOfAdj hvw).edgeSet = {s(v, w)} - SimpleGraph.subgraphOfAdj_adj π Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} (G : SimpleGraph V) {v w : V} (hvw : G.Adj v w) (a b : V) : (G.subgraphOfAdj hvw).Adj a b = (s(v, w) = s(a, b)) - SimpleGraph.Subgraph.spanningCoe_subgraphOfAdj π Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} {G : SimpleGraph V} {v w : V} (hadj : G.Adj v w) : (G.subgraphOfAdj hadj).spanningCoe = SimpleGraph.fromEdgeSet {s(v, w)} - SimpleGraph.Subgraph.deleteEdges_adj π Mathlib.Combinatorics.SimpleGraph.Subgraph
{V : Type u} {G : SimpleGraph V} {G' : G.Subgraph} (s : Set (Sym2 V)) (v w : V) : (G'.deleteEdges s).Adj v w β G'.Adj v w β§ s(v, w) β s - SimpleGraph.edgeSet_edge_subset π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} {v w : V} : (SimpleGraph.edge v w).edgeSet β {s(v, w)} - SimpleGraph.adj_edge π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (s t : V) {v w : V} : (SimpleGraph.edge s t).Adj v w β s(s, t) = s(v, w) β§ v β w - SimpleGraph.edgeSet_edge_of_ne π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} {s t : V} (h : s β t) : (SimpleGraph.edge s t).edgeSet = {s(s, t)} - SimpleGraph.edge_edgeSet_of_ne π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} {s t : V} (h : s β t) : (SimpleGraph.edge s t).edgeSet = {s(s, t)} - SimpleGraph.edgeSet_edge π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (v w : V) : (SimpleGraph.edge v w).edgeSet = {s(v, w)} \ Sym2.diagSet - SimpleGraph.deleteEdges_edge π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} {u v : V} {s : Set (Sym2 V)} (h : s(u, v) β s) : (SimpleGraph.edge u v).deleteEdges s = β₯ - SimpleGraph.edge_le π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (G : SimpleGraph V) (s t : V) : SimpleGraph.edge s t β€ G β {s(s, t)} \ Sym2.diagSet β G.edgeSet - SimpleGraph.edgeSet_replaceVertex_of_not_adj π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (G : SimpleGraph V) {s t : V} [DecidableEq V] (hn : Β¬G.Adj s t) : (G.replaceVertex s t).edgeSet = G.edgeSet \ G.incidenceSet t βͺ (fun x => s(x, t)) '' G.neighborSet s - SimpleGraph.edgeSet_replaceVertex_of_adj π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (G : SimpleGraph V) {s t : V} [DecidableEq V] (ha : G.Adj s t) : (G.replaceVertex s t).edgeSet = (G.edgeSet \ G.incidenceSet t βͺ (fun x => s(x, t)) '' G.neighborSet s) \ {s(t, t)} - SimpleGraph.edgeFinset_sup_edge π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (G : SimpleGraph V) {s t : V} [Fintype V] [DecidableRel G.Adj] [Fintype β(G β SimpleGraph.edge s t).edgeSet] (hn : Β¬G.Adj s t) (h : s β t) : (G β SimpleGraph.edge s t).edgeFinset = Finset.cons s(s, t) G.edgeFinset β― - SimpleGraph.disjoint_sdiff_neighborFinset_image π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (G : SimpleGraph V) {s t : V} [DecidableEq V] [Fintype V] [DecidableRel G.Adj] : Disjoint (G.edgeFinset \ G.incidenceFinset t) (Finset.image (fun x => s(x, t)) (G.neighborFinset s)) - SimpleGraph.edgeFinset_replaceVertex_of_not_adj π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (G : SimpleGraph V) {s t : V} [DecidableEq V] [Fintype V] [DecidableRel G.Adj] (hn : Β¬G.Adj s t) : (G.replaceVertex s t).edgeFinset = G.edgeFinset \ G.incidenceFinset t βͺ Finset.image (fun x => s(x, t)) (G.neighborFinset s) - SimpleGraph.edgeFinset_replaceVertex_of_adj π Mathlib.Combinatorics.SimpleGraph.Operations
{V : Type u_1} (G : SimpleGraph V) {s t : V} [DecidableEq V] [Fintype V] [DecidableRel G.Adj] (ha : G.Adj s t) : (G.replaceVertex s t).edgeFinset = (G.edgeFinset \ G.incidenceFinset t βͺ Finset.image (fun x => s(x, t)) (G.neighborFinset s)) \ {s(t, t)} - SimpleGraph.Adj.edges_toWalk π Mathlib.Combinatorics.SimpleGraph.Walk.Basic
{V : Type u} {G : SimpleGraph V} {u v : V} (h : G.Adj u v) : h.toWalk.edges = [s(u, v)] - SimpleGraph.Walk.adj_of_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Basic
{V : Type u} {G : SimpleGraph V} {u v x y : V} (p : G.Walk u v) (h : s(x, y) β p.edges) : G.Adj x y - SimpleGraph.Walk.edges_eq_zipWith_support π Mathlib.Combinatorics.SimpleGraph.Walk.Basic
{V : Type u} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} : p.edges = List.zipWith (fun x1 x2 => s(x1, x2)) p.support p.support.tail - SimpleGraph.Walk.edges_cons π Mathlib.Combinatorics.SimpleGraph.Walk.Basic
{V : Type u} {G : SimpleGraph V} {u v w : V} (h : G.Adj u v) (p : G.Walk v w) : (SimpleGraph.Walk.cons h p).edges = s(u, v) :: p.edges - SimpleGraph.Walk.edgeSet_cons π Mathlib.Combinatorics.SimpleGraph.Walk.Basic
{V : Type u} {G : SimpleGraph V} {u v w : V} (h : G.Adj u v) (p : G.Walk v w) : (SimpleGraph.Walk.cons h p).edgeSet = insert s(u, v) p.edgeSet - SimpleGraph.Walk.edge_firstDart π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} (p : G.Walk v w) (hp : Β¬p.Nil) : (p.firstDart hp).edge = s(v, p.snd) - SimpleGraph.Walk.edge_lastDart π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} (p : G.Walk v w) (hp : Β¬p.Nil) : (p.lastDart hp).edge = s(p.penultimate, w) - SimpleGraph.Walk.mk_penultimate_end_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} {p : G.Walk v w} (hnil : Β¬p.Nil) : s(p.penultimate, w) β p.edges - SimpleGraph.Walk.mk_start_snd_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} {p : G.Walk v w} (hnil : Β¬p.Nil) : s(v, p.snd) β p.edges - SimpleGraph.Walk.getLast_edges_eq_mk_penultimate_end π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} {p : G.Walk v w} (hp : p.edges β []) : p.edges.getLast hp = s(p.penultimate, w) - SimpleGraph.Walk.head_edges_eq_mk_start_snd π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} {p : G.Walk v w} (hp : p.edges β []) : p.edges.head hp = s(v, p.snd) - SimpleGraph.Walk.mk_mem_edges_iff_exists π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {u v u' v' : V} (p : G.Walk u v) : s(u', v') β p.edges β β i < p.length, s(p.getVert i, p.getVert (i + 1)) = s(u', v') - SimpleGraph.Walk.getElem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} {i : β} (h : i < p.edges.length) : p.edges[i] = s(p.getVert i, p.getVert (i + 1)) - SimpleGraph.Walk.mk_penultimate_end_eq_getLast_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} {p : G.Walk v w} (hnil : Β¬p.Nil) : s(p.penultimate, w) = p.edges.getLast β― - SimpleGraph.Walk.mk_start_snd_eq_head_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Traversal
{V : Type u} {G : SimpleGraph V} {v w : V} {p : G.Walk v w} (hnil : Β¬p.Nil) : s(v, p.snd) = p.edges.head β― - SimpleGraph.Walk.fst_mem_support_of_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Operations
{V : Type u} {G : SimpleGraph V} {t u v w : V} (p : G.Walk v w) (he : s(t, u) β p.edges) : t β p.support - SimpleGraph.Walk.snd_mem_support_of_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Operations
{V : Type u} {G : SimpleGraph V} {t u v w : V} (p : G.Walk v w) (he : s(t, u) β p.edges) : u β p.support - SimpleGraph.Walk.edges_concat π Mathlib.Combinatorics.SimpleGraph.Walk.Operations
{V : Type u} {G : SimpleGraph V} {u v w : V} (p : G.Walk u v) (h : G.Adj v w) : (p.concat h).edges = p.edges.concat s(v, w) - SimpleGraph.Walk.edgeSet_concat π Mathlib.Combinatorics.SimpleGraph.Walk.Operations
{V : Type u} {G : SimpleGraph V} {u v w : V} (p : G.Walk u v) (h : G.Adj v w) : (p.concat h).edgeSet = insert s(v, w) p.edgeSet - SimpleGraph.Walk.toDeleteEdges_cons π Mathlib.Combinatorics.SimpleGraph.Walk.Maps
{V : Type u} {G : SimpleGraph V} (s : Set (Sym2 V)) {u v w : V} (h : G.Adj u v) (p : G.Walk v w) (hp : β e β (SimpleGraph.Walk.cons h p).edges, e β s) : SimpleGraph.Walk.toDeleteEdges s (SimpleGraph.Walk.cons h p) hp = SimpleGraph.Walk.cons β― (SimpleGraph.Walk.toDeleteEdges s p β―) - SimpleGraph.Walk.infix_support_iff_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Subwalks
{V : Type u_1} {G : SimpleGraph V} {u v u' v' : V} {p : G.Walk u v} : [u', v'] <:+: p.support β¨ [v', u'] <:+: p.support β s(u', v') β p.edges - SimpleGraph.Walk.isSubwalk_toWalk_iff_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Subwalks
{V : Type u_1} {G : SimpleGraph V} {u v u' v' : V} {p : G.Walk u v} (h : G.Adj u' v') : h.toWalk.IsSubwalk p β¨ β―.toWalk.IsSubwalk p β s(u', v') β p.edges - SimpleGraph.Walk.count_edges_takeUntil_le_one π Mathlib.Combinatorics.SimpleGraph.Walk.Decomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) (x : V) : List.count s(u, x) (p.takeUntil u h).edges β€ 1 - SimpleGraph.Walk.IsPath.eq_penultimate_of_mem_edges π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v w : V} {p : G.Walk u v} (hp : p.IsPath) (hmem : s(v, w) β p.edges) : w = p.penultimate - SimpleGraph.Walk.IsPath.eq_snd_of_mem_edges π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v w : V} {p : G.Walk u v} (hp : p.IsPath) (hmem : s(u, w) β p.edges) : w = p.snd - SimpleGraph.Walk.IsPath.length_eq_one_of_mem_edges π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} (hp : p.IsPath) (h : s(u, v) β p.edges) : p.length = 1 - SimpleGraph.Path.mk'_mem_edges_singleton π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v : V} (h : G.Adj u v) : s(u, v) β (β(SimpleGraph.Path.singleton h)).edges - SimpleGraph.Walk.cons_isCycle_iff π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v : V} (p : G.Walk v u) (h : G.Adj u v) : (SimpleGraph.Walk.cons h p).IsCycle β p.IsPath β§ s(u, v) β p.edges - SimpleGraph.Walk.IsTrail.concat π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v w : V} {p : G.Walk u v} (hp : p.IsTrail) (hadj : G.Adj v w) (hmem : s(v, w) β p.edges) : (p.concat hadj).IsTrail - SimpleGraph.Walk.IsTrail.cons π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u u' v : V} {w : G.Walk u' v} (hw : w.IsTrail) (hu : G.Adj u u') (hu' : s(u, u') β w.edges) : (SimpleGraph.Walk.cons hu w).IsTrail - SimpleGraph.Walk.IsPath.eq_adj_toWalk_of_mem_edges π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} (hp : p.IsPath) (h : s(u, v) β p.edges) : p = β―.toWalk - SimpleGraph.Walk.isTrail_concat π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v w : V} {p : G.Walk u v} (hadj : G.Adj v w) : (p.concat hadj).IsTrail β p.IsTrail β§ s(v, w) β p.edges - SimpleGraph.Walk.isTrail_cons π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v w : V} (h : G.Adj u v) (p : G.Walk v w) : (SimpleGraph.Walk.cons h p).IsTrail β p.IsTrail β§ s(u, v) β p.edges - SimpleGraph.Path.cons_isCycle π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v : V} (p : G.Path v u) (h : G.Adj u v) (he : s(u, v) β (βp).edges) : (SimpleGraph.Walk.cons h βp).IsCycle - Graph.banana_adj π Mathlib.Combinatorics.Graph.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {x y u v : Ξ±} {edgeSet : Set Ξ²} : (Graph.banana u v edgeSet).Adj x y β edgeSet.Nonempty β§ s(x, y) = s(u, v) - Graph.IsLink.isLink_iff_sym2_eq π Mathlib.Combinatorics.Graph.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {x y : Ξ±} {e : Ξ²} {G : Graph Ξ± Ξ²} (h : G.IsLink e x y) {x' y' : Ξ±} : G.IsLink e x' y' β s(x, y) = s(x', y') - Graph.ofSimpleGraph_isLink π Mathlib.Combinatorics.Graph.Simple
{Ξ± : Type u_1} (G : SimpleGraph Ξ±) (e : Sym2 Ξ±) (x y : Ξ±) : (Graph.ofSimpleGraph G).IsLink e x y = (e = s(x, y) β§ e β G.edgeSet) - SimpleGraph.IsBridge.of_not_reachable π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v : V} (huv : Β¬G.Reachable u v) : G.IsBridge s(u, v) - SimpleGraph.IsBridge.reachable_iff_adj π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v : V} (h : G.IsBridge s(u, v)) : G.Reachable u v β G.Adj u v - SimpleGraph.IsBridge.sup_edge_of_not_reachable π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v : V} (h : Β¬G.Reachable u v) : (G β SimpleGraph.edge u v).IsBridge s(u, v) - SimpleGraph.IsBridge.sup_fromEdgeSet_of_not_reachable π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v : V} (h : Β¬G.Reachable u v) : (G β SimpleGraph.edge u v).IsBridge s(u, v) - SimpleGraph.isBridge_sup_edge π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v : V} : (G β SimpleGraph.edge u v).IsBridge s(u, v) β G.IsBridge s(u, v) - SimpleGraph.isBridge_iff π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v : V} : G.IsBridge s(u, v) β Β¬(G.deleteEdges {s(u, v)}).Reachable u v - SimpleGraph.Connected.connected_delete_edge_of_not_isBridge π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} (hG : G.Connected) {x y : V} (h : Β¬G.IsBridge s(x, y)) : (G.deleteEdges {s(x, y)}).Connected - SimpleGraph.isBridge_iff_adj_and_forall_walk_mem_edges π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {v w : V} : G.IsBridge s(v, w) β β (p : G.Walk v w), s(v, w) β p.edges - SimpleGraph.isBridge_iff_forall_walk_mem_edges π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {v w : V} : G.IsBridge s(v, w) β β (p : G.Walk v w), s(v, w) β p.edges - SimpleGraph.reachable_deleteEdges_iff_exists_walk π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {v w v' w' : V} : (G.deleteEdges {s(v, w)}).Reachable v' w' β β p, s(v, w) β p.edges - SimpleGraph.reachable_delete_edges_iff_exists_walk π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {v w v' w' : V} : (G.deleteEdges {s(v, w)}).Reachable v' w' β β p, s(v, w) β p.edges - SimpleGraph.adj_and_reachable_delete_edges_iff_exists_cycle π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {v w : V} : G.Adj v w β§ (G.deleteEdges {s(v, w)}).Reachable v w β β u p, p.IsCycle β§ s(v, w) β p.edges - SimpleGraph.Walk.IsTrail.not_mem_support_of_not_reachable π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v x y : V} {w : G.Walk u v} (hw : w.IsTrail) (huy : Β¬(G.deleteEdges {s(x, y)}).Reachable u y) (hvy : Β¬(G.deleteEdges {s(x, y)}).Reachable v y) : y β w.support - SimpleGraph.Walk.IsTrail.not_mem_edges_of_not_reachable π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} {u v x y : V} {w : G.Walk u v} (hw : w.IsTrail) (huy : Β¬(G.deleteEdges {s(x, y)}).Reachable u y) (hvy : Β¬(G.deleteEdges {s(x, y)}).Reachable v y) : s(x, y) β w.edges - SimpleGraph.reachable_deleteEdges_iff_exists_cycle.aux π Mathlib.Combinatorics.SimpleGraph.Connectivity.Connected
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (hb : β (p : G.Walk v w), s(v, w) β p.edges) (c : G.Walk u u) (hc : c.IsTrail) (he : s(v, w) β c.edges) (hw : w β (c.takeUntil v β―).support) : False - SimpleGraph.edgeSet_completeBipartiteGraph π Mathlib.Combinatorics.SimpleGraph.Bipartite
{Wβ : Type u_2} {Wβ : Type u_3} : (completeBipartiteGraph Wβ Wβ).edgeSet = Set.range fun x => s(Sum.inl x.1, Sum.inr x.2) - SimpleGraph.Walk.IsChordless.mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Chord
{V : Type u_1} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} (h : p.IsChordless) {u' v' : V} (hu' : u' β p.support) (hv' : v' β p.support) (hadj : G.Adj u' v') : s(u', v') β p.edges - SimpleGraph.Walk.isChordless_iff_forall_mem_edges π Mathlib.Combinatorics.SimpleGraph.Walk.Chord
{V : Type u_1} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} : p.IsChordless β β β¦u' v' : Vβ¦, u' β p.support β v' β p.support β G.Adj u' v' β s(u', v') β p.edges - SimpleGraph.Walk.isChord_sym2Mk π Mathlib.Combinatorics.SimpleGraph.Walk.Chord
{V : Type u_1} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} {u' v' : V} : p.IsChord s(u', v') β G.Adj u' v' β§ s(u', v') β p.edges β§ u' β p.support β§ v' β p.support - SimpleGraph.Walk.adj_toSubgraph_iff_mem_edges π Mathlib.Combinatorics.SimpleGraph.Connectivity.Subgraph
{V : Type u} {G : SimpleGraph V} {u v u' v' : V} {p : G.Walk u v} : p.toSubgraph.Adj u' v' β s(u', v') β p.edges - SimpleGraph.Walk.toSubgraph_adj_iff π Mathlib.Combinatorics.SimpleGraph.Connectivity.Subgraph
{V : Type u} {G : SimpleGraph V} {u v u' v' : V} (w : G.Walk u v) : w.toSubgraph.Adj u' v' β β i, s(w.getVert i, w.getVert (i + 1)) = s(u', v') β§ i < w.length - SimpleGraph.IsBridge.not_isEdgeReachable_two π Mathlib.Combinatorics.SimpleGraph.Connectivity.EdgeConnectivity
{V : Type u_1} {G : SimpleGraph V} {u v : V} (huv : G.IsBridge s(u, v)) : Β¬G.IsEdgeReachable 2 u v - SimpleGraph.isBridge_iff_adj_and_not_isEdgeConnected_two π Mathlib.Combinatorics.SimpleGraph.Connectivity.EdgeConnectivity
{V : Type u_1} {G : SimpleGraph V} {u v : V} (huv : G.Adj u v) : G.IsBridge s(u, v) β Β¬G.IsEdgeReachable 2 u v - SimpleGraph.isBridge_iff_not_isEdgeReachable_two π Mathlib.Combinatorics.SimpleGraph.Connectivity.EdgeConnectivity
{V : Type u_1} {G : SimpleGraph V} {u v : V} (huv : G.Adj u v) : G.IsBridge s(u, v) β Β¬G.IsEdgeReachable 2 u v - SimpleGraph.isAcyclic_iff_forall_adj_isBridge π Mathlib.Combinatorics.SimpleGraph.Acyclic
{V : Type u_1} {G : SimpleGraph V} : G.IsAcyclic β β β¦v w : Vβ¦, G.Adj v w β G.IsBridge s(v, w) - SimpleGraph.EdgeLabeling.get_eq π Mathlib.Combinatorics.SimpleGraph.Coloring.EdgeLabeling
{V : Type u_1} {G : SimpleGraph V} {K : Type u_3} (C : G.EdgeLabeling K) (x y : V) (h : G.Adj x y) : C.get x y h = C β¨s(x, y), hβ© - SimpleGraph.EdgeLabeling.labelGraph_adj π Mathlib.Combinatorics.SimpleGraph.Coloring.EdgeLabeling
{V : Type u_1} {G : SimpleGraph V} {K : Type u_3} {C : G.EdgeLabeling K} {k : K} (x y : V) : (C.labelGraph k).Adj x y β β (H : G.Adj x y), C β¨s(x, y), Hβ© = k - SimpleGraph.IsCycles.reachable_deleteEdges π Mathlib.Combinatorics.SimpleGraph.Matching
{V : Type u_1} {G : SimpleGraph V} {v w : V} [Finite V] (hadj : G.Adj v w) (hcyc : G.IsCycles) : (G.deleteEdges {s(v, w)}).Reachable v w - SimpleGraph.Walk.IsPath.isCycles_spanningCoe_toSubgraph_sup_edge π Mathlib.Combinatorics.SimpleGraph.Matching
{V : Type u_1} {G : SimpleGraph V} {u v : V} {p : G.Walk u v} (hp : p.IsPath) (h : u β v) (hs : s(v, u) β p.edges) : (p.toSubgraph.spanningCoe β SimpleGraph.edge v u).IsCycles - SimpleGraph.Subgraph.IsMatching.toEdge_eq_of_adj π Mathlib.Combinatorics.SimpleGraph.Matching
{V : Type u_1} {G : SimpleGraph V} {M : G.Subgraph} {v w : V} (h : M.IsMatching) (hvw : M.Adj v w) : h.toEdge β¨v, β―β© = β¨s(v, w), hvwβ© - SimpleGraph.Subgraph.IsMatching.toEdge_preimage_singleton π Mathlib.Combinatorics.SimpleGraph.Matching
{V : Type u_1} {G : SimpleGraph V} {M : G.Subgraph} {u v : V} (h : M.IsMatching) (huv : M.Adj u v) : h.toEdge β»ΒΉ' {β¨s(u, v), huvβ©} = {β¨u, β―β©, β¨v, β―β©} - Finsupp.sym2Mul_apply_mk π Mathlib.Data.Sym.Sym2.Finsupp
{Ξ± : Type u_1} {Mβ : Type u_2} [CommMonoidWithZero Mβ] {f : Ξ± ββ Mβ} (a b : Ξ±) : f.sym2Mul s(a, b) = f a * f b
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c