{"id":13829700,"url":"https://github.com/ice1k/Theorems","last_synced_at":"2025-07-09T10:31:20.299Z","repository":{"id":95486422,"uuid":"110325663","full_name":"ice1k/Theorems","owner":"ice1k","description":":globe_with_meridians: Theorems that rule this multiverse","archived":false,"fork":false,"pushed_at":"2018-10-06T18:24:12.000Z","size":78,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-05T10:08:55.410Z","etag":null,"topics":["agda","formal-verification","theorem","theorem-proving"],"latest_commit_sha":null,"homepage":"","language":"Agda","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ice1k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-11T07:03:57.000Z","updated_at":"2023-12-02T08:50:53.000Z","dependencies_parsed_at":"2023-03-13T16:49:11.024Z","dependency_job_id":null,"html_url":"https://github.com/ice1k/Theorems","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1k%2FTheorems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1k%2FTheorems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1k%2FTheorems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ice1k%2FTheorems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ice1k","download_url":"https://codeload.github.com/ice1k/Theorems/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225533017,"owners_count":17484179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agda","formal-verification","theorem","theorem-proving"],"created_at":"2024-08-04T10:00:43.026Z","updated_at":"2024-11-20T10:31:05.304Z","avatar_url":"https://github.com/ice1k.png","language":"Agda","funding_links":[],"categories":["Agda"],"sub_categories":[],"readme":"# Theorems\n\n\u003c!-- [![Build Status](https://travis-ci.org/ice1000/Theorems.svg?branch=master)](https://travis-ci.org/ice1000/Theorems) --\u003e\n[![CircleCI](https://circleci.com/gh/ice1000/Theorems.svg?style=svg)](https://circleci.com/gh/ice1000/Theorems)\n[![GitHub top language](https://img.shields.io/github/languages/top/ice1000/Theorems.svg)](https://github.com/ice1000/Theorems)\n\nTheorems proving codes, written in Agda.\n\nEach proof is put into separate files, except those very very short ones.\n\nThis library depends on [the Agda standard library](https://github.com/agda/agda-stdlib/).\n\n## All Proofs\n\nYou can either:\n\n+ View all proves [online](http://ice1000.coding.me/Theorems/)\n\n+ See [index.agda](./src/index.agda)\n\n## File structure\n\n```agda\nmodule Meow where -- module definition\n\nopen import Data.Meow -- imports\n\n------------------------------------------------------------------------\n-- definitions\n\nmeow~ : Meow -- some basic function definitions here\n\n------------------------------------------------------------------------\n-- internal stuffs\n\nprivate\n\n  ⌈meow≶meow⌉ : Meow ≡ Meow -- proofs here, with strange but readable naming\n                            -- you'll never know how I type those characters\n\n------------------------------------------------------------------------\n-- public aliases\n\nmeow-meow : Meow ≡ Meow\nmeow-meow = ⌈meow≶meow⌉ -- regulated aliases, using ascii characters\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fice1k%2FTheorems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fice1k%2FTheorems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fice1k%2FTheorems/lists"}