Skip to content

Commit

Permalink
added IntGroup_ZF to theories parsed for isarmathlib.org
Browse files Browse the repository at this point in the history
  • Loading branch information
SKolodynski committed Dec 25, 2024
1 parent 51169e8 commit c6cdaa4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IsarMathLib/InductiveSeq_ZF.thy
Original file line number Diff line number Diff line change
Expand Up @@ -1145,7 +1145,7 @@ proof -
ultimately have "?B(n,n #+ 1) = 0"
unfolding Binom_def by simp
with assms \<open>?B(n,n) \<in> nat\<close> show ?thesis
using succ_add_one(2) binom_prop add_subctract add_0 add_commute
using succ_add_one(2) binom_prop add_subtract add_0 add_commute
by simp
qed

Expand Down
2 changes: 1 addition & 1 deletion IsarMathLib/IntGroup_ZF.thy
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ lemma (in group_int0) powz_hom_neg_nneg2:
by simp

text\<open>The next theorem collects the results from the above lemmas to show
the power homomorphism property hols for any pair of integer numbers
the power homomorphism property holds for any pair of integer numbers
and any group element. \<close>

theorem (in group_int0) powz_hom_prop: assumes "z\<^sub>1\<in>\<int>" "z\<^sub>2\<in>\<int>" "x\<in>G"
Expand Down
2 changes: 2 additions & 0 deletions isar2html2.0/isarhtml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ <h3>About this site</h3>

<p><a href="Int_ZF_3.html">Int_ZF_3</a></p>

<p><a href="IntGroup_ZF.html">Int_ZF_3</a></p>

<p><a href="Real_ZF.html">Real_ZF</a></p>

<p><a href="Real_ZF_1.html">Real_ZF_1</a></p>
Expand Down
1 change: 1 addition & 0 deletions isar2html2.0/theories.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Int_ZF_1
IntDiv_ZF_IML
Int_ZF_2
Int_ZF_3
IntGroup_ZF
Real_ZF
Real_ZF_1
Complex_ZF
Expand Down

0 comments on commit c6cdaa4

Please sign in to comment.