Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaalonso/dao_con_coq_y_mathcomp
Demostración asistida por ordenador con Coq y MathComp.
https://github.com/jaalonso/dao_con_coq_y_mathcomp
coq mathcomp
Last synced: 15 days ago
JSON representation
Demostración asistida por ordenador con Coq y MathComp.
- Host: GitHub
- URL: https://github.com/jaalonso/dao_con_coq_y_mathcomp
- Owner: jaalonso
- License: gpl-3.0
- Created: 2021-11-11T18:20:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T07:34:17.000Z (over 2 years ago)
- Last Synced: 2025-01-18T01:12:26.294Z (15 days ago)
- Topics: coq, mathcomp
- Language: Coq
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: DAO (demostración asistida por ordenador) con Coq y MathComp
Apuntes de demostración asistida por ordenador con [[https://coq.inria.fr/][Coq]] para los cursos de
+ [[http://www.cs.us.es/~jalonso/cursos/m-ra/][Razonamiento automático]] del
[[http://master.cs.us.es/Máster_Universitario_en_Lógica,_Computación_e_Inteligencia_Artificial][Máster Universitario en Lógica, computación e inteligencia artificial]]
de la [[http://www.us.es][Universidad de Sevilla]].
+ [[http://www.cs.us.es/~jalonso/cursos/lmf/][Lógica matemática y fundamentos]] del
[[http://www.us.es/estudios/grados/plan_171?p=7][Grado en Matemáticas]]
de la [[http://www.us.es][Universidad de Sevilla]].* Temas
+ [[./teorias/T1_Computacion.v][Tema 1: Funciones y computación]].* Referencias
+ [[https://giters.com/anton-trunov/csclub-coq-course-spring-2021][A course on formal verification at CS Club]]. ~ Anton Trunov.
+ [[https://team.inria.fr/marelle/en/coq-winter-school-2018-2019-ssreflect-mathcomp/][Coq Winter School 2018-2019 (SSReflect & MathComp)]]. ~ Yves Bertot, Cyril
Cohen, Laurence Rideau, Enrico Tassi y Laurent Thery.
+ [[https://math-comp.github.io/mcb/][Matematical components]]. ~ Assia Mahboubi y Enrico Tassi.
+ [[https://ilyasergey.net/pnp/][Programs and proofs (Mechanizing mathematics with dependent types)]]. ~ Ilya
Sergey.