| Description: Double negation of
decidability of a formula.  Intuitionistic logic
     refutes the negation of decidability (but does not prove decidability) of
     any formula.
 
     This should not trick the reader into thinking that ¬
¬ EXMID is
     provable in intuitionistic logic.  Indeed, if we could quantify over
     formula metavariables, then generalizing nnexmid 851 over 𝜑 would
     give "⊢
∀𝜑¬ ¬
DECID 𝜑", but EXMID
     is "∀𝜑DECID 𝜑", so proving ¬ ¬ EXMID would amount to
     proving "¬ ¬ ∀𝜑DECID 𝜑", which is not implied by the
above
     theorem.  Indeed, the converse of nnal 1663 does not hold.  Since our system
     does not allow quantification over formula metavariables, we can reproduce
     this argument by representing formulas as subsets of 𝒫 1o, like we
     do in our definition of EXMID (df-exmid 4228): then, we can prove
     ∀𝑥 ∈ 𝒫 1o¬ ¬
DECID 𝑥 =
1o but we cannot prove
     ¬ ¬ ∀𝑥 ∈ 𝒫
1oDECID 𝑥 = 1o because the converse
of nnral 2487 does
     not hold.
 
     Actually, ¬ ¬ EXMID is not
provable in intuitionistic logic since
     intuitionistic logic has models satisfying ¬
EXMID and
     noncontradiction holds (pm3.24 694).  (Contributed by BJ, 9-Oct-2019.)
     Add explanation on non-provability of ¬ ¬
EXMID.  (Revised by BJ,
     11-Aug-2024.)  |