-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(*) bump versions; use the_inverse in set-extension
- Loading branch information
1 parent
3aa64e1
commit b2e0905
Showing
6 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
86f66c826d6c25ab9d4cb6b58524385c8cd41ab2 | ||
f6fe62e20895b6efbdf1c17e7a17cb5e5aeae355 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
HOTG/Binary_Relations/Properties/HOTG_Binary_Relations_Wellfounded.thy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
\<^marker>\<open>creator "Kevin Kappelmann"\<close> | ||
subsection \<open>Well-Founded\<close> | ||
theory HOTG_Binary_Relations_Wellfounded | ||
imports | ||
HOTG_Binary_Relations_Base | ||
Transport.Binary_Relations_Wellfounded | ||
begin | ||
|
||
overloading | ||
wellfounded_set \<equiv> "wellfounded :: set \<Rightarrow> bool" | ||
begin | ||
definition "wellfounded_set (R :: set) \<equiv> wellfounded (rel R)" | ||
end | ||
|
||
lemma wellfounded_set_iff_wellfounded_rel [iff]: | ||
"wellfounded R \<longleftrightarrow> wellfounded (rel R)" | ||
unfolding wellfounded_set_def by simp | ||
|
||
lemma set_wellfounded_pred_iff_wellfounded_pred_uhint [uhint]: | ||
assumes "R \<equiv> rel S" | ||
shows "wellfounded S \<equiv> wellfounded R" | ||
using assms by simp | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5f053991315c | ||
5e5dcebd1ed8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters