├── MLTT-and-setoids ├── .gitignore ├── README.agda ├── V-model-all-rules.agda ├── V-model-epi-rules.agda ├── V-model-pt0.agda ├── V-model-pt1.agda ├── V-model-pt10.agda ├── V-model-pt11.agda ├── V-model-pt12.agda ├── V-model-pt13.agda ├── V-model-pt14.agda ├── V-model-pt15.agda ├── V-model-pt16.agda ├── V-model-pt2.agda ├── V-model-pt3.agda ├── V-model-pt4.agda ├── V-model-pt5-mod.agda ├── V-model-pt5.agda ├── V-model-pt6.agda ├── V-model-pt7.agda ├── V-model-pt8.agda ├── V-model-pt9.agda ├── basic-relation.agda ├── basic-setoids-test.agda ├── basic-setoids.agda ├── basic-types.agda ├── dependent-setoids-pt2.agda ├── dependent-setoids.agda ├── iterative-sets-pt2.agda ├── iterative-sets-pt3.agda ├── iterative-sets-pt4.agda ├── iterative-sets-pt5.agda ├── iterative-sets-pt6.agda ├── iterative-sets-pt7.agda ├── iterative-sets-pt8.agda ├── iterative-sets.agda └── subsetoids.agda ├── README.md └── website ├── Bild2019-03-15.jpg ├── CV_brief19_2A4.pdf ├── CZF_is_not_cowellpowered.pdf ├── Computability_Constr_Math.html ├── Constructive_Tarski-Grothendieck_Set_Theory.pdf ├── ErikP_IHP_corr.pdf ├── ErikP_Variants_CWF.pdf ├── Extended_abstract_IRTT.pdf ├── GU_IRTT_2017.pdf ├── HoTT16_Leeds.pdf ├── Ljubljana-tutorial-EP.pdf ├── Logic-PhD.pdf ├── Logic_Seminar_20130918.pdf ├── Named_variables_in_cwfs_v02.pdf ├── Palmgren Normat 2007.pdf ├── Palmgren_Nis.pdf ├── Sthlm_Logic_Sem_2019.pdf ├── Type_theory_eng.html ├── Yet_another_category_of_setoids revised.pdf ├── Yet_another_category_of_setoids.pdf ├── index.html ├── iterated_presheaves_and_dependent_types_v8.pdf ├── lecturenotesTT.pdf ├── logling ├── HandoutLevelsOfRepr.pdf ├── LingGenInCBLG-Handout.pdf ├── LingGenInCBLG-Pres.pdf ├── OverviewLogLing.pdf ├── index.html ├── sitt-intro-pres.pdf └── tt&hol0.pdf ├── publications.html └── publicationsvault ├── NOTE.md └── Semantics_int_prop_logic.pdf /MLTT-and-setoids/.gitignore: -------------------------------------------------------------------------------- 1 | *.agdai 2 | MAlonzo/** -------------------------------------------------------------------------------- /MLTT-and-setoids/README.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/README.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-all-rules.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-all-rules.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-epi-rules.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-epi-rules.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt0.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt0.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt1.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt1.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt10.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt10.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt11.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt11.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt12.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt12.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt13.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt13.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt14.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt14.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt15.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt15.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt16.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt16.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt2.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt2.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt3.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt3.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt4.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt4.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt5-mod.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt5-mod.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt5.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt5.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt6.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt6.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt7.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt7.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt8.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt8.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/V-model-pt9.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/V-model-pt9.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/basic-relation.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/basic-relation.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/basic-setoids-test.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/basic-setoids-test.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/basic-setoids.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/basic-setoids.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/basic-types.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/basic-types.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/dependent-setoids-pt2.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/dependent-setoids-pt2.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/dependent-setoids.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/dependent-setoids.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets-pt2.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets-pt2.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets-pt3.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets-pt3.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets-pt4.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets-pt4.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets-pt5.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets-pt5.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets-pt6.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets-pt6.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets-pt7.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets-pt7.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets-pt8.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets-pt8.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/iterative-sets.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/iterative-sets.agda -------------------------------------------------------------------------------- /MLTT-and-setoids/subsetoids.agda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/MLTT-and-setoids/subsetoids.agda -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/README.md -------------------------------------------------------------------------------- /website/Bild2019-03-15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Bild2019-03-15.jpg -------------------------------------------------------------------------------- /website/CV_brief19_2A4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/CV_brief19_2A4.pdf -------------------------------------------------------------------------------- /website/CZF_is_not_cowellpowered.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/CZF_is_not_cowellpowered.pdf -------------------------------------------------------------------------------- /website/Computability_Constr_Math.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Computability_Constr_Math.html -------------------------------------------------------------------------------- /website/Constructive_Tarski-Grothendieck_Set_Theory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Constructive_Tarski-Grothendieck_Set_Theory.pdf -------------------------------------------------------------------------------- /website/ErikP_IHP_corr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/ErikP_IHP_corr.pdf -------------------------------------------------------------------------------- /website/ErikP_Variants_CWF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/ErikP_Variants_CWF.pdf -------------------------------------------------------------------------------- /website/Extended_abstract_IRTT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Extended_abstract_IRTT.pdf -------------------------------------------------------------------------------- /website/GU_IRTT_2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/GU_IRTT_2017.pdf -------------------------------------------------------------------------------- /website/HoTT16_Leeds.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/HoTT16_Leeds.pdf -------------------------------------------------------------------------------- /website/Ljubljana-tutorial-EP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Ljubljana-tutorial-EP.pdf -------------------------------------------------------------------------------- /website/Logic-PhD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Logic-PhD.pdf -------------------------------------------------------------------------------- /website/Logic_Seminar_20130918.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Logic_Seminar_20130918.pdf -------------------------------------------------------------------------------- /website/Named_variables_in_cwfs_v02.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Named_variables_in_cwfs_v02.pdf -------------------------------------------------------------------------------- /website/Palmgren Normat 2007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Palmgren Normat 2007.pdf -------------------------------------------------------------------------------- /website/Palmgren_Nis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Palmgren_Nis.pdf -------------------------------------------------------------------------------- /website/Sthlm_Logic_Sem_2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Sthlm_Logic_Sem_2019.pdf -------------------------------------------------------------------------------- /website/Type_theory_eng.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Type_theory_eng.html -------------------------------------------------------------------------------- /website/Yet_another_category_of_setoids revised.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Yet_another_category_of_setoids revised.pdf -------------------------------------------------------------------------------- /website/Yet_another_category_of_setoids.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/Yet_another_category_of_setoids.pdf -------------------------------------------------------------------------------- /website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/index.html -------------------------------------------------------------------------------- /website/iterated_presheaves_and_dependent_types_v8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/iterated_presheaves_and_dependent_types_v8.pdf -------------------------------------------------------------------------------- /website/lecturenotesTT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/lecturenotesTT.pdf -------------------------------------------------------------------------------- /website/logling/HandoutLevelsOfRepr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/logling/HandoutLevelsOfRepr.pdf -------------------------------------------------------------------------------- /website/logling/LingGenInCBLG-Handout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/logling/LingGenInCBLG-Handout.pdf -------------------------------------------------------------------------------- /website/logling/LingGenInCBLG-Pres.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/logling/LingGenInCBLG-Pres.pdf -------------------------------------------------------------------------------- /website/logling/OverviewLogLing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/logling/OverviewLogLing.pdf -------------------------------------------------------------------------------- /website/logling/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/logling/index.html -------------------------------------------------------------------------------- /website/logling/sitt-intro-pres.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/logling/sitt-intro-pres.pdf -------------------------------------------------------------------------------- /website/logling/tt&hol0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/logling/tt&hol0.pdf -------------------------------------------------------------------------------- /website/publications.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/publications.html -------------------------------------------------------------------------------- /website/publicationsvault/NOTE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/publicationsvault/NOTE.md -------------------------------------------------------------------------------- /website/publicationsvault/Semantics_int_prop_logic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/peterlefanulumsdaine/palmgren-archive/HEAD/website/publicationsvault/Semantics_int_prop_logic.pdf --------------------------------------------------------------------------------