pith. machine review for the scientific record. sign in
theorem proved term proof

not_both

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 117theorem not_both (ω : Outcome) : ¬ (StayWins ω ∧ SwitchWins ω) := by

proof body

Term-mode proof.

 118  unfold StayWins SwitchWins
 119  rintro ⟨h₁, h₂⟩
 120  exact h₂ h₁
 121
 122/-! ## §3. Counting the outcome sets -/
 123
 124/-- The diagonal of `Fin 3 × Fin 3` has cardinality 3. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (10)

Lean names referenced from this declaration's body.