Skip to content

Commit

Permalink
Removed a wrongly committed unfinished (cheated) theorem...
Browse files Browse the repository at this point in the history
  • Loading branch information
binghe committed Sep 27, 2023
1 parent 48c784c commit ec242fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/lambda/barendregt/solvableScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,6 @@ Proof
>> Q.EXISTS_TAC ‘Ns'’ >> rw []
QED

(* Theorem 8.3.3 (ii) *)
Theorem solvable_iff_solvable_LAM :
!M x. solvable M <=> solvable (LAM x M)
Proof
cheat
QED

val _ = export_theory ();
val _ = html_theory "solvable";

Expand Down

0 comments on commit ec242fa

Please sign in to comment.