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