Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
transfinite
Commits
927a2930
Commit
927a2930
authored
Jul 12, 2019
by
Ralf Jung
Browse files
tweak proof to also work after a Coq bugfix
parent
0dec8845
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ufrac_auth.v
View file @
927a2930
...
...
@@ -74,7 +74,7 @@ Section ufrac_auth.
Proof
.
rewrite
auth_both_validN
=>
-[
Hincl
Hvalid
].
move
:
Hincl
=>
/
Some_includedN
=>
-[[
_
?
//]|[[[
p'
?]
?]
[/=]]].
move
=>
/
discrete_iff
/
leibniz_equiv_iff
;
rewrite
ufrac_op'
=>
[/
Qp_eq
/=].
rewrite
-
discrete_iff
leibniz_equiv_iff
.
rewrite
ufrac_op'
=>
[/
Qp_eq
/=].
rewrite
-{
1
}(
Qcplus_0_r
p
)=>
/(
inj
(
Qcplus
p
))=>
?
;
by
subst
.
Qed
.
Lemma
ufrac_auth_agree
p
a
b
:
✓
(
●
U
{
p
}
a
⋅
◯
U
{
p
}
b
)
→
a
≡
b
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment