Theorems · Definition · combinatorics
Configuration.ProjectivePlane.mk.noConfusion
{P : Type u_1} →
{L : Type u_2} →
{inst : Membership P L} →
{P_1 : Sort u} →
{toHasPoints : Configuration.HasPoints P L} →
{mkLine : {p₁ p₂ : P} → p₁ ≠ p₂ → L} →
{mkLine_ax : ∀ {p₁ p₂ : P} (h : p₁ ≠ p₂), p₁ ∈ mkLine h ∧ p₂ ∈ mkLine h} →
{exists_config :
∃ p₁ p₂ p₃ l₁ l₂ l₃, p₁ ∉ l₂ ∧ p₁ ∉ l₃ ∧ p₂ ∉ l₁ ∧ p₂ ∈ l₂ ∧ p₂ ∈ l₃ ∧ p₃ ∉ l₁ ∧ p₃ ∈ l₂ ∧ p₃ ∉ l₃} →
{toHasPoints' : Configuration.HasPoints P L} →
{mkLine' : {p₁ p₂ : P} → p₁ ≠ p₂ → L} →
{mkLine_ax' : ∀ {p₁ p₂ : P} (h : p₁ ≠ p₂), p₁ ∈ mkLine' h ∧ p₂ ∈ mkLine' h} →
{exists_config' :
∃ p₁ p₂ p₃ l₁ l₂ l₃,
p₁ ∉ l₂ ∧ p₁ ∉ l₃ ∧ p₂ ∉ l₁ ∧ p₂ ∈ l₂ ∧ p₂ ∈ l₃ ∧ p₃ ∉ l₁ ∧ p₃ ∈ l₂ ∧ p₃ ∉ l₃} →
{ toHasPoints := toHasPoints, mkLine := mkLine, mkLine_ax := mkLine_ax,
exists_config := exists_config } =
{ toHasPoints := toHasPoints', mkLine := mkLine', mkLine_ax := mkLine_ax',
exists_config := exists_config' } →
(toHasPoints ≍ toHasPoints' → mkLine ≍ mkLine' → P_1) → P_1- Defined in
- Mathlib.Combinatorics.Configuration
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
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.
- Configuration.ProjectivePlanestatement · cited by 14
- Configuration.HasPointsstatement and proof · cited by 5
- Configuration.ProjectivePlane.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.