Created
March 30, 2020 18:19
-
-
Save vlj/6eeff9466522aaff58d4e48252e9ab7e to your computer and use it in GitHub Desktop.
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
From mathcomp Require Import ssreflect ssrnat eqtype ssrbool ssrnum ssralg. | |
Require Import Ring. | |
Open Scope ring_scope. | |
Import GRing.Theory. | |
Variable R: numFieldType. | |
Lemma tmp: | |
@ring_theory R 0%:R 1%:R +%R *%R (fun a b => a - b) -%R (fun (x y:R) => x = y). | |
Admitted. | |
Add Ring Ringgg : tmp (abstract). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment