hbhb bbk
imp(a b:Prop):=a→b .
total U R:=∀x y:U,R x y∨R y x .
em a:=a∨¬a .
(∀a,em a)→total imp .
Require Import Utf8. Set Implicit Arguments. Definition imp(a b:Prop):=a → b. Definition total U R:=∀x y:U,R x y∨R y x. Definition em a:=a∨¬a. Goal (∀a,em a) → total imp. Proof. Abort.
バッチを贈ると投稿者に現金やAmazonのギフトカードが還元されます。