You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/-- 二重否定の除去の二重否定 -/example (P : Prop) : ¬¬ (¬¬ P → P) := by
intro h
have : ¬ P := by
intro hp
suffices ¬¬P → P fromby
contradiction
intro _
assumption
apply h
intro hn2p
contradiction
The text was updated successfully, but these errors were encountered:
タグ:命題論理、二重否定、直観主義、証明例
The text was updated successfully, but these errors were encountered: