/- Copyright 2025 The Formal Conjectures Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -/ import FormalConjecturesUtil

Mathoverflow 31809

Source: Mathoverflow/31809

namespace Mathoverflow31809 open CategoryTheory Limits Category Preadditive Pretriangulated

Does there exist a category that is pretriangulated but not triangulated?

@[category research open, AMS 18] theorem declaration uses 'sorry'mathoverflow_31809 : answer(sorry) ( (C : Type*) [Category C] [Preadditive C] [HasZeroObject C] [HasShift C ] [ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C], IsTriangulated C) := True (C : Type u_1) [inst : Category.{u_2, u_1} C] [inst_1 : Preadditive C] [inst_2 : HasZeroObject C] [inst_3 : HasShift C ] [inst_4 : (n : ), (shiftFunctor C n).Additive] [inst_5 : Pretriangulated C], IsTriangulated C All goals completed! 🐙 end Mathoverflow31809