Skip to content

Commit

Permalink
iset: shorten ~const ; iset/mathbox: add ~bj-con1st.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjub committed Nov 11, 2024
1 parent 4b61080 commit 7893139
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions iset.mm
Original file line number Diff line number Diff line change
Expand Up @@ -6886,11 +6886,11 @@ Many theorems of this section actually hold for stable propositions (see

$)

$( Contraposition of a stable proposition. See comment of ~ condc .
(Contributed by BJ, 18-Nov-2023.) $)
$( Contraposition when the antecedent is a negated stable proposition. See
comment of ~ condc . (Contributed by BJ, 18-Nov-2023.) (Proof shortened
by BJ, 11-Nov-2024.) $)
const $p |- ( STAB ph -> ( ( -. ph -> -. ps ) -> ( ps -> ph ) ) ) $=
( wstab wn wi df-stab con3 notnot imim2 syl7 syl5 sylbi ) ACADZDZAEZMBDZEZB
AEZEAFQPDZNEZORMPGBSOTABHNASIJKL $.
( wn wi wstab con2 df-stab biimpi syl9r ) ACZBCDBJCZAEZAJBFLKADAGHI $.

$( Contraposition of a decidable proposition.

Expand Down Expand Up @@ -158857,8 +158857,9 @@ equivalent to its stability (and to its decidability, see ~ bj-nnbidc ).
bj-stand.1 $e |- ( ph -> STAB ps ) $.
bj-stand.2 $e |- ( ph -> STAB ch ) $.
$( The conjunction of two stable formulas is stable. Deduction form of
~ bj-stan . Its proof is shorter, so one could prove it first and then
~ bj-stan from it, the usual way. (Contributed by BJ, 24-Nov-2023.)
~ bj-stan . Its proof is shorter (when counting all steps, including
syntactic steps), so one could prove it first and then ~ bj-stan from
it, the usual way. (Contributed by BJ, 24-Nov-2023.)
(Proof modification is discouraged.) $)
bj-stand $p |- ( ph -> STAB ( ps /\ ch ) ) $=
( wa wn wi wstab bj-nnan df-stab sylib anim12d syl5 sylibr ) ABCFZGGZPHPI
Expand All @@ -158878,6 +158879,11 @@ equivalent to its stability (and to its decidability, see ~ bj-nnbidc ).
( wstab wn wi df-stab bj-nnclavius imim1i sylbi ) ABACZCZADIADZADAEKJAAFGH
$.

$( Contraposition when the antecedent is a negated stable proposition. See
~ con1dc . (Contributed by BJ, 11-Nov-2024.) $)
bj-con1st $p |- ( STAB ph -> ( ( -. ph -> ps ) -> ( -. ps -> ph ) ) ) $=
( wn wi wstab con3 df-stab biimpi syl9r ) ACZBDBCJCZAEZAJBFLKADAGHI $.


$(
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Expand Down

0 comments on commit 7893139

Please sign in to comment.