Skip to content

Commit

Permalink
Module_ZF_1.thy
Browse files Browse the repository at this point in the history
- Submodules
- Linear combinations
  • Loading branch information
dan323 committed May 1, 2024
1 parent d34e233 commit 008a238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IsarMathLib/Module_ZF.thy
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ proof-
then have B:"(\<rm>\<one>) \<in> R" using Ring_ZF_1_L3(1) by auto
have "g+\<^sub>V ((\<rm>\<one>) \<cdot>\<^sub>S g)=(\<one> \<cdot>\<^sub>S g)+\<^sub>V ((\<rm>\<one>) \<cdot>\<^sub>S g)"
using module_ax4 assms by auto
also with A B assms have "\<dots>=(\<one> \<rs>\<one>) \<cdot>\<^sub>S g" using module_ax2 unfolding ringsub_def by auto
also have "\<dots>=(\<one> \<rs>\<one>) \<cdot>\<^sub>S g" using module_ax2 A B assms unfolding ringsub_def by auto
also have "\<dots>=\<zero> \<cdot>\<^sub>S g" using Ring_ZF_1_L3(7) A by auto
also have "\<dots>=\<Theta>" using mult_zero assms by auto
ultimately have "g+\<^sub>V ((\<rm>\<one>) \<cdot>\<^sub>S g)=\<Theta>" by auto moreover
Expand Down

0 comments on commit 008a238

Please sign in to comment.