fork download
  1. Parameter A:Prop.
  2. Goal (A -> False) <-> (forall Z:Prop, A -> Z).
  3. split.
  4. intros. elim H. assumption.
  5. intros. eapply (H False). exact H0.
  6. Qed.
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty