math: add alc2025.pdf

This commit is contained in:
2025-09-10 11:36:57 +09:00
parent 24aa4277ca
commit 36f83c1e9d
2 changed files with 21 additions and 0 deletions

View File

@@ -77,6 +77,27 @@ type Talk = {
};
const talks: Talk[] = [
{
title: "命題化とカット除去による N+Am,n の一様 Lyndon 補間定理の証明",
talkers: ["Yuta Sato"],
conference: {
name: "日本数学会 2025年度秋季総合分科会",
url: "https://www.mathsoc.jp/activity/meeting/nagoya25sept/index.html",
},
location: "名古屋大学",
date: new Date(2025, 9 - 1, 18),
},
{
title: "Uniform Lyndon Interpolation for N+Am,n",
talkers: ["Yuta Sato"],
conference: {
name: "18th Asian Logic Conference",
url: "https://www2.kobe-u.ac.jp/~brendle/alc2025/main.html",
},
location: "Kyoto Sangyo University",
date: new Date(2025, 9 - 1, 12),
slide: "/math/alc2025.pdf",
},
{
title: "Analysis of the pure logic of necessitation and its extensions",
talkers: ["Yuta Sato"],

Binary file not shown.